home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMCOMMENT / TFRMCOMMENT.txt
Encoding:
Text File  |  2002-05-23  |  1.5 KB  |  76 lines

  1. object frmComment: TfrmComment
  2.   Left = 277
  3.   Top = 234
  4.   Width = 408
  5.   Height = 298
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'File Comment'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 224
  22.     Width = 400
  23.     Height = 47
  24.     Align = alBottom
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     TabOrder = 1
  28.     object btnClose: TButton
  29.       Left = 10
  30.       Top = 11
  31.       Width = 90
  32.       Height = 25
  33.       Cancel = True
  34.       Caption = 'C&lose'
  35.       ModalResult = 2
  36.       TabOrder = 0
  37.       OnClick = btnCloseClick
  38.     end
  39.     object btnClear: TButton
  40.       Left = 202
  41.       Top = 11
  42.       Width = 90
  43.       Height = 25
  44.       Caption = '&Clear'
  45.       Enabled = False
  46.       TabOrder = 2
  47.       OnClick = btnClearClick
  48.     end
  49.     object btnSave: TButton
  50.       Left = 106
  51.       Top = 11
  52.       Width = 90
  53.       Height = 25
  54.       Caption = '&Save'
  55.       Enabled = False
  56.       TabOrder = 1
  57.       OnClick = btnSaveClick
  58.     end
  59.   end
  60.   object memComment: TMemo
  61.     Left = 0
  62.     Top = 0
  63.     Width = 400
  64.     Height = 224
  65.     Align = alClient
  66.     ScrollBars = ssBoth
  67.     TabOrder = 0
  68.     OnChange = memCommentChange
  69.   end
  70.   object FormCenter1: TFormCenter
  71.     Center = True
  72.     Left = 16
  73.     Top = 8
  74.   end
  75. end
  76.